home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / guile0.4.lcm / share / guile / 1.6.0 / ice-9 / and-let*.scm < prev    next >
Encoding:
Text File  |  2004-01-06  |  433 b   |  13 lines

  1. ;;;; This file will be installed as "and-let*.scm" on systems that
  2. ;;;; support it.  It will go away in the future, use the module
  3. ;;;; (ice-9 and-let-star) instead.
  4.  
  5. (define-module (ice-9 and-let*)
  6.   :use-module (ice-9 and-let-star)
  7.   :re-export-syntax (and-let*))
  8.  
  9. (display ";;; The module name (ice-9 and-let*) is deprecated.\n"
  10.      (current-error-port))
  11. (display ";;; Use (ice-9 and-let-star) instead.\n\n"
  12.      (current-error-port))
  13.